home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Eagles Nest BBS 1
/
Eagles_Nest_Mac_Collection_Disc_1.TOAST
/
System & Related
/
UNIXNut#2
/
Shells
/
card_20379.txt
< prev
next >
Wrap
Text File
|
1989-06-08
|
3KB
|
136 lines
-- card: 20379 from stack: in
-- bmap block id: 20624
-- flags: 0000
-- background id: 14368
-- name: echo
-- part 1 (field)
-- low flags: 01
-- high flags: 2002
-- rect: left=40 top=89 right=110 bottom=120
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Command Name
----- HyperTalk script -----
on mouseUp
if the optionKey is down then
go to previous card of this background
else
go to next card of this background
end if
end mouseUp
-- part 2 (field)
-- low flags: 01
-- high flags: 0002
-- rect: left=151 top=89 right=154 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 21
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: syntax
-- part 4 (field)
-- low flags: 01
-- high flags: 2002
-- rect: left=38 top=163 right=305 bottom=439
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 20
-- text size: 14
-- style flags: 0
-- line height: 18
-- part name: Description
-- part 5 (field)
-- low flags: 81
-- high flags: 2004
-- rect: left=278 top=155 right=337 bottom=468
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 20
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hide card field 4
set the hilite of card button 1 to false
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=107 top=280 right=302 bottom=215
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 2
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name: Escape Sequences
----- HyperTalk script -----
on mouseUp
show2info 4
end mouseUp
-- part contents for background part 7
----- text -----
Bourne Shell Commands
-- part contents for card part 1
----- text -----
echo
-- part contents for background part 20
----- text -----
echo
-- part contents for card part 2
----- text -----
echo string
-- part contents for card part 4
----- text -----
Write <string> to standard output. There are a number of escape sequences that have special meaning in the Bourne shell.
These escapes must be quoted so they are not interpreted directly by the shell.
-- part contents for card part 5
----- text -----
\b backspace
\c suppress terminating newline
\f formfeed
\n newline
\r carriage return
\t tab character
\v vertical tab
\\ backslash
\nnn character with ASCII value
nnn, an octal number of 1 to
3 digits beginning with 0.
-- part contents for background part 9
----- text -----
16 of 43